{ "version": 4, "terraform_version": "1.5.2", "serial": 484, "lineage": "d787864d-ab10-3bd7-9688-77e6cb100e60", "outputs": { "db_endpoint": { "value": "db-0.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-5440b188e9f2657c8", "ami": "ami-2c58da04", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-11ba439e"], "subnet_id": "subnet-34224d98", "key_name": "prod-deploy-key" } } ] } ] }