{ "version": 4, "terraform_version": "1.7.7", "serial": 456, "lineage": "c5dd6c61-e6d2-28d8-bd86-5771ecbdce90", "outputs": { "db_endpoint": { "value": "db-3.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-1815023c60e8255e7", "ami": "ami-7a4c6687", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e12393dc"], "subnet_id": "subnet-25cdcc63", "key_name": "prod-deploy-key" } } ] } ] }