{ "version": 4, "terraform_version": "1.6.8", "serial": 115, "lineage": "f4cd2a51-74f0-25b8-78a5-543c29756dd7", "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-b53b9fc3d7c8f52eb", "ami": "ami-dcfa1174", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-eb96edd2"], "subnet_id": "subnet-5810a71c", "key_name": "prod-deploy-key" } } ] } ] }