{ "version": 4, "terraform_version": "1.5.7", "serial": 306, "lineage": "bc062710-0180-43f1-eb16-8a29560aa496", "outputs": { "db_endpoint": { "value": "db-1.us-east-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-961b90056c7667abb", "ami": "ami-c4969136", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-00d5fb94"], "subnet_id": "subnet-a66d6107", "key_name": "prod-deploy-key" } } ] } ] }