Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
-4 votes
1 answer
55 views

using Management account first i need to list all child accounts and i need to create an IAM role and IAM Trust policy with read only access to all child accounts through terraform and all the read ...
Varun swaminathan's user avatar
-1 votes
0 answers
128 views

Error message Error: listing tags for S3 Control Access Point (arn:aws:s3-outposts:ap-southeast-1:xxxxxxx:outpost/xxxxxx/accesspoint/xxxxx): operation error S3 Control: ListTagsForResource, https ...
Fabian Raj's user avatar
0 votes
0 answers
36 views

I'm trying to create a EC2 spot fleet in AWS via terraform script. From Tutorial: Configure EC2 Fleet to use On-Demand Instances as the primary capacity, I see { "LaunchTemplateConfigs": ...
Chris F's user avatar
  • 17.2k
-3 votes
1 answer
72 views

I am trying to define a list of aws_usage_plans, using a for_each. I am passing in this variable data: usage_plan_configs = { "xsmall" = {"name" = "xsmall", "...
Jason Michael's user avatar
0 votes
1 answer
60 views

I'm migrating multiple AWS Lambda functions to GCP and need to generate Terraform configurations that match the existing AWS setup. Currently, I'm manually writing each Lambda configuration, which is ...
Saif Sabry's user avatar
0 votes
1 answer
81 views

I am making cloud9 by terraform according to the article here However this code shows the error like this │ Error: Your query returned no results. Please change your search criteria and try again. │ │...
whitebear's user avatar
  • 12.6k
1 vote
1 answer
97 views

I modified my Terraform Repository several times in order to Deploy an AWS ElasticBeanstalk on my Free Tier AWS Account, but without success. The API error seen on Terraform is always the same : "...
Code Klaudia's user avatar
0 votes
1 answer
70 views

Hi I am working on something very simple I am creating a lambda runtime management config to manage all my lambda. I have around 9 existing ones. resource "aws_lambda_runtime_management_config&...
Tate_87's user avatar
  • 161
0 votes
0 answers
91 views

I use AWS automation to stop all my machines. The document for automation is set up with Terraform. I want to restrict the usage of the document to my developer group. But I don't know, how to set the ...
dur's user avatar
  • 17.3k
0 votes
1 answer
93 views

I have a YAML file structured as follows: alerts: la: la1: description: "la1" severity: 1 resource_counter: "004" enabled: true ma: ma1:...
mystack's user avatar
  • 5,638
0 votes
0 answers
71 views

I'd hoped to bind a write-only Terraform resource attribute to the value of an AWS SecretsManager secret, using the secret version ID to trigger an update. For example, something like data "...
Peter Halverson's user avatar
0 votes
1 answer
33 views

In order to update CloudAMQP i tried mentioned in https://registry.terraform.io/providers/cloudamqp/cloudamqp/latest/docs/resources/upgrade_rabbitmq approach - Upgrade to latest possible version, from ...
Ivan Karotki's user avatar
0 votes
0 answers
65 views

How can the EC2 serial console output be logged, to capture the initial setup of EC2? AWS cli supports get-console-output, but I cannot find any documentation about AWS terraform provider to do so.
Arunas Bart's user avatar
  • 2,876
-1 votes
1 answer
42 views

I'm working on adding a IAM policy, but my terraform code fails with the below error because some attributes are determined only after an apply, I don't want to run multiple apply commands, How can I ...
user6826691's user avatar
  • 2,047
-4 votes
1 answer
165 views

I have this error, it shows the error CPU is not correct Error: creating ECS Task Definition (wb_td): ClientException: Invalid 'cpu' setting for task. with this source below. resource "...
whitebear's user avatar
  • 12.6k

15 30 50 per page
1
2 3 4 5
287