{ "version": 4, "terraform_version": "1.8.0", "serial": 213, "lineage": "1b099d83-3ebe-3da1-7386-507802755967", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-803441497bbe448ba", "ami": "ami-bc9cbcc7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-631adb1b"], "subnet_id": "subnet-9353d0d9", "key_name": "prod-deploy-key" } } ] } ] }