{ "version": 4, "terraform_version": "1.6.8", "serial": 334, "lineage": "a461b563-0d94-e592-089f-d1d42041749a", "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-a59f0f05b9596ba2f", "ami": "ami-a206caeb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-85cc7106"], "subnet_id": "subnet-1cf5b400", "key_name": "prod-deploy-key" } } ] } ] }