{"id":15175753,"url":"https://github.com/hashicorp/terraform-provider-awscc","last_synced_at":"2026-05-13T22:01:19.270Z","repository":{"id":37073357,"uuid":"358316740","full_name":"hashicorp/terraform-provider-awscc","owner":"hashicorp","description":"Terraform AWS Cloud Control provider","archived":false,"fork":false,"pushed_at":"2026-05-06T21:02:12.000Z","size":119846,"stargazers_count":306,"open_issues_count":358,"forks_count":144,"subscribers_count":18,"default_branch":"main","last_synced_at":"2026-05-07T00:03:53.003Z","etag":null,"topics":["aws","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/hashicorp/awscc/latest/docs","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hashicorp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"contributing/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-04-15T16:00:50.000Z","updated_at":"2026-05-06T21:02:15.000Z","dependencies_parsed_at":"2026-01-07T02:06:49.714Z","dependency_job_id":null,"html_url":"https://github.com/hashicorp/terraform-provider-awscc","commit_stats":{"total_commits":3576,"total_committers":69,"mean_commits":51.82608695652174,"dds":0.4370805369127517,"last_synced_commit":"136763545298d300ca22eca3889cd3ce89e473a8"},"previous_names":["hashicorp/terraform-provider-aws-cloudapi"],"tags_count":179,"template":false,"template_full_name":"hashicorp/terraform-provider-scaffolding","purl":"pkg:github/hashicorp/terraform-provider-awscc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashicorp%2Fterraform-provider-awscc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashicorp%2Fterraform-provider-awscc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashicorp%2Fterraform-provider-awscc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashicorp%2Fterraform-provider-awscc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hashicorp","download_url":"https://codeload.github.com/hashicorp/terraform-provider-awscc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hashicorp%2Fterraform-provider-awscc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33001377,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["aws","terraform","terraform-provider"],"created_at":"2024-09-27T12:41:49.183Z","updated_at":"2026-05-13T22:01:19.228Z","avatar_url":"https://github.com/hashicorp.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://terraform.io\"\u003e\n    \u003cimg src=\".github/terraform_logo.svg\" alt=\"Terraform logo\" title=\"Terraform\" align=\"right\" height=\"50\" /\u003e\n\u003c/a\u003e\n\n# Terraform AWS Cloud Control Provider\n\n- Announcement: [HashiCorp Blog](https://www.hashicorp.com/blog/announcing-terraform-aws-cloud-control-provider-tech-preview)\n- Terraform Website: [terraform.io](https://terraform.io)\n- Provider Documentation: [Terraform Registry](https://registry.terraform.io/providers/hashicorp/awscc/latest)\n- Forum: [discuss.hashicorp.com](https://discuss.hashicorp.com/c/terraform-providers/tf-awscc/)\n- Tutorial: [developer.hashicorp.com](https://developer.hashicorp.com/terraform/tutorials/aws/aws-cloud-control)\n\nThe Terraform AWS Cloud Control Provider is a plugin for Terraform that allows for the full lifecycle management of AWS resources using the AWS CloudFormation Cloud Control API.\nThis provider is maintained internally by the HashiCorp AWS Provider team.\n\n### AWS Cloud Control API\n\nThe [AWS Cloud Control API](https://docs.aws.amazon.com/cloudcontrolapi) is a lightweight proxy API to discover, provision and manage cloud resources through a simple, uniform and predictable control plane.\nThe AWS Cloud Control API supports **C**reate, **R**ead, **U**pdate, **D**elete and **L**ist (CRUDL) operations on any AWS resource that is registered in the [AWS CloudFormation registry](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html).\n\n#### Coverage\n\nAt launch a subset of AWS resources which can be managed by CloudFormation are supported, some services use an older CloudFormation schema and cannot be used with Cloud Control. AWS are updating all of the older CloudFormation schemas to conform to the new standard, and are actively pursuing full coverage for CloudFormation. For the latest coverage information please refer to the AWS CloudFormation public [roadmap](https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/projects/1).\n\nTo see the list of supported resources within this provider please refer to the registry.\n\n### Release Schedule\n\nThis provider is generated from the latest CloudFormation schemas, and will release weekly containing all new services and enhancements added to Cloud Control.\n\n### Credentials\n\nWhen performing CRUDL operations the Cloud Control API make calls to downstream AWS services on your behalf. By default, the Cloud Control API will create a temporary session using the AWS credentials of the user making the Cloud Control API call. This session lasts up to a maximum of 24 hours.\n\nAll CRUDL operations also accept a `RoleArn` parameter which represents the [AWS CloudFormation service role](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-servicerole.html). In addition to federating access, using a role allows you to extend the allowed time of an operation to 36 hours, as the Cloud Control API can refresh the role credentials by re-assuming the role. The Terraform AWS Cloud Control API Provider has a `role_arn` argument which enables support for this functionality.\n\n**Please note:** We take Terraform's security and our users' trust very seriously. If you believe you have found a security issue in the Terraform AWS Cloud Control Provider, please responsibly disclose by contacting us at security@hashicorp.com.\n\n## Quick Starts\n\n- [Using the Provider](https://developer.hashicorp.com/terraform/tutorials/aws/aws-cloud-control)\n- [Provider development](contributing/DEVELOPMENT.md)\n\n## Documentation\n\nFull, comprehensive documentation is available on the [Terraform Registry](https://registry.terraform.io/providers/hashicorp/awscc/latest)\n\n## Frequently Asked Questions\n\nResponses to our most frequently asked questions can be found in our [FAQ](contributing/FAQ.md )\n\n## Contributing\n\nThe Terraform Provider for AWS CloudFormation Cloud Control API is the work of a handful of contributors. We appreciate your help!\n\nTo contribute, please read the contribution guidelines: [Contributing to Terraform - AWS Cloud Control Provider](contributing/CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashicorp%2Fterraform-provider-awscc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhashicorp%2Fterraform-provider-awscc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhashicorp%2Fterraform-provider-awscc/lists"}