{ "version": 4, "terraform_version": "1.7.2", "serial": 414, "lineage": "d4bcfaf1-7c31-e4b6-bde3-e96ac3f1d2d2", "outputs": { "db_endpoint": { "value": "db-0.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-f0c48e21b33ab3160", "ami": "ami-f015a880", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1153d437"], "subnet_id": "subnet-461a08ce", "key_name": "prod-deploy-key" } } ] } ] }