{ "version": 4, "terraform_version": "1.8.9", "serial": 103, "lineage": "f2445482-2c32-6ca9-f520-d5fb52fd5e05", "outputs": { "db_endpoint": { "value": "db-2.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-de3b606c94ea124eb", "ami": "ami-46a9ead4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-354492fb"], "subnet_id": "subnet-101b3e77", "key_name": "prod-deploy-key" } } ] } ] }