{ "version": 4, "terraform_version": "1.5.4", "serial": 371, "lineage": "39e9c9b1-4194-8d6c-f0bc-3000afbf81b7", "outputs": { "db_endpoint": { "value": "db-4.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-f9392ceb1af0c8c12", "ami": "ami-6de1a507", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fab3a7a6"], "subnet_id": "subnet-b49eec46", "key_name": "prod-deploy-key" } } ] } ] }