{ "version": 4, "terraform_version": "1.5.1", "serial": 342, "lineage": "9ceb97f0-5f2a-9853-bf69-3a957d963d68", "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-99debba0b17ae944a", "ami": "ami-3f14cb4d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1edc3124"], "subnet_id": "subnet-a64bb880", "key_name": "prod-deploy-key" } } ] } ] }