{ "version": 4, "terraform_version": "1.7.7", "serial": 151, "lineage": "486bb1df-6538-ea84-3076-c92af589370d", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-28e938f2346d75ca5", "ami": "ami-7f2f31ac", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9e8d217c"], "subnet_id": "subnet-e07be258", "key_name": "prod-deploy-key" } } ] } ] }