{ "version": 4, "terraform_version": "1.7.3", "serial": 241, "lineage": "32e4d0f4-e7b6-6063-ecfd-08a9e2a3fa7b", "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-676884da330987fae", "ami": "ami-696e507b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0b3c8c6b"], "subnet_id": "subnet-d00f5a81", "key_name": "prod-deploy-key" } } ] } ] }