{"id":18717864,"url":"https://github.com/shebang-labs/terraform-provider-postmark","last_synced_at":"2025-06-30T06:32:51.632Z","repository":{"id":64505213,"uuid":"543829090","full_name":"shebang-labs/terraform-provider-postmark","owner":"shebang-labs","description":"Terraform Provider for postmark","archived":false,"fork":false,"pushed_at":"2024-05-16T13:57:40.000Z","size":83,"stargazers_count":13,"open_issues_count":5,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T13:51:56.944Z","etag":null,"topics":["devops","emails","postmark","provider","terraform"],"latest_commit_sha":null,"homepage":"https://postmarkapp.com/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shebang-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-09-30T23:47:08.000Z","updated_at":"2024-04-30T05:13:13.000Z","dependencies_parsed_at":"2025-04-12T13:49:31.361Z","dependency_job_id":"9e5ff05f-8c7d-4e7e-8e02-00efda49aefe","html_url":"https://github.com/shebang-labs/terraform-provider-postmark","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/shebang-labs/terraform-provider-postmark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shebang-labs%2Fterraform-provider-postmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shebang-labs%2Fterraform-provider-postmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shebang-labs%2Fterraform-provider-postmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shebang-labs%2Fterraform-provider-postmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shebang-labs","download_url":"https://codeload.github.com/shebang-labs/terraform-provider-postmark/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shebang-labs%2Fterraform-provider-postmark/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262723807,"owners_count":23354118,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devops","emails","postmark","provider","terraform"],"created_at":"2024-11-07T13:18:18.362Z","updated_at":"2025-06-30T06:32:51.610Z","avatar_url":"https://github.com/shebang-labs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-provider-postmark\nThis provider is built to handel terraform for a well-known mailing system called [postmark](https://postmarkapp.com/)\n\n# Requirements\nTerraform 1.3.x\nGo 1.19.1 (to build the provider plugin)\n\n# Installation\n\n```\n    $ git clone git@github.com:shebang-labs/terraform-provider-postmark.git\n    $ make\n```\n\n\n# Usage\n``` \nprovider \"postmark\" {\n  account_token = \"xxxxxxxxxxxxxxxxxxxx\"\n}\n```\n# Run Tests\nRun the following:\n```\nPOSTMARK_ACCOUNT_TOKEN=xxxxxxxxxxxxxxxxxxxxxx TF_ACC=1 go test\n```\n\nNote: you need to replace the xxxxxxxxx with your account token.\n# Data Sources Example\n\nThe next line will create a datasource that have all servers data from your postmark portal\n\n```\ndata \"postmark_servers\" \"servers\" {}\n```\n\n# Resources\n\n## Server\n\nYou can edit/delete for edit you can edit those two fields\n\n```\n\nresource \"postmark_server\" \"s1\" {\n    name = \"Server 1\"\n    color = \"blue\"\n    delivery_type = \"live\"\n}\n```\n\n## Stream\n\nYou can edit/delete for edit you can edit description and name only\n\n```\nresource \"postmark_stream\" \"st1\" {\n  stream_id = \"transactional-dev-1\"\n  name = \"Stream 1\"\n  description = \"This is my first transactional stream\"\n  message_stream_type = \"Transactional\"\n  server_token = \"xxxxxxxxxxxxxxxxxxxx\"\n}\n```\n\n## Domain\n\nYou can edit/delete for edit you can only edit the return_path_domain\n```\nresource \"postmark_domain\" \"d1\" {\n  name = \"exmaple.com\"\n  return_path_domain = \"test.example.com\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshebang-labs%2Fterraform-provider-postmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshebang-labs%2Fterraform-provider-postmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshebang-labs%2Fterraform-provider-postmark/lists"}