{ "version": 4, "terraform_version": "1.5.1", "serial": 274, "lineage": "0b246ebf-8ceb-07a8-5aa9-052a7c4f262f", "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-812b7243d3efe0f7a", "ami": "ami-bc13aeab", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9c4a6944"], "subnet_id": "subnet-d3e4917f", "key_name": "prod-deploy-key" } } ] } ] }