{ "version": 4, "terraform_version": "1.7.9", "serial": 533, "lineage": "2a398b3a-2f7d-75af-cc59-313abb127344", "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-f460a657d9d7dad41", "ami": "ami-15f32985", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c7acdc6f"], "subnet_id": "subnet-b9aed660", "key_name": "prod-deploy-key" } } ] } ] }