{ "version": 4, "terraform_version": "1.5.5", "serial": 123, "lineage": "3bab37c4-9822-20e6-e771-4991f6279985", "outputs": { "db_endpoint": { "value": "db-3.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-38ae31b03e931d1e8", "ami": "ami-3bceae03", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-18508c23"], "subnet_id": "subnet-b3e9e63f", "key_name": "prod-deploy-key" } } ] } ] }