{ "version": 4, "terraform_version": "1.8.0", "serial": 319, "lineage": "12cd2270-2b97-79a9-2fb9-f1e68d307067", "outputs": { "db_endpoint": { "value": "db-3.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-97976cf4da92ccb04", "ami": "ami-904e5322", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-441963fd"], "subnet_id": "subnet-db6b7ece", "key_name": "prod-deploy-key" } } ] } ] }