{ "version": 4, "terraform_version": "1.5.4", "serial": 435, "lineage": "5676ced6-f9eb-ed21-4503-bc02f5bee82b", "outputs": { "db_endpoint": { "value": "db-2.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-d1e0b6803e2c7eead", "ami": "ami-d87a733e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6bbbb554"], "subnet_id": "subnet-2fd2b8ad", "key_name": "prod-deploy-key" } } ] } ] }