{ "version": 4, "terraform_version": "1.7.2", "serial": 475, "lineage": "fb201a9f-5c29-135d-6034-1a80ae4b3e7c", "outputs": { "db_endpoint": { "value": "db-1.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-c17d07e3ac20d51d2", "ami": "ami-9e6fe13b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-16a864fc"], "subnet_id": "subnet-7988244f", "key_name": "prod-deploy-key" } } ] } ] }