{ "version": 4, "terraform_version": "1.7.0", "serial": 324, "lineage": "f0f6d015-0b43-cf42-2996-04547cb335a9", "outputs": { "db_endpoint": { "value": "db-0.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-264140ec0d7581ce9", "ami": "ami-b20032ad", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b7d4eb0e"], "subnet_id": "subnet-22691d28", "key_name": "prod-deploy-key" } } ] } ] }