{ "version": 4, "terraform_version": "1.5.5", "serial": 487, "lineage": "88668e44-98a3-f7c0-8f36-8b81be677758", "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-b2c76fe2435b0f6a0", "ami": "ami-7d2ca511", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-00a622b7"], "subnet_id": "subnet-aff56e6b", "key_name": "prod-deploy-key" } } ] } ] }