{ "version": 4, "terraform_version": "1.8.1", "serial": 241, "lineage": "a2f5a7dc-9d06-0cc5-b5f6-9bd20eac7b98", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-b18f055ec397d0332", "ami": "ami-7d532583", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-06a625b1"], "subnet_id": "subnet-fe127386", "key_name": "prod-deploy-key" } } ] } ] }