{ "version": 4, "terraform_version": "1.5.9", "serial": 135, "lineage": "f298d16e-41cf-5d14-270d-fc82e1dfb9d7", "outputs": { "db_endpoint": { "value": "db-2.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-360446daf0319e0f0", "ami": "ami-49bd1aa9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-46299a5e"], "subnet_id": "subnet-4883ba7c", "key_name": "prod-deploy-key" } } ] } ] }