{ "version": 4, "terraform_version": "1.8.0", "serial": 496, "lineage": "400fa858-e655-efd3-7e4a-75146ced9a0f", "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-cd64d3b272c6ec794", "ami": "ami-5c780619", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-66d4fd89"], "subnet_id": "subnet-f83cf074", "key_name": "prod-deploy-key" } } ] } ] }