{ "version": 4, "terraform_version": "1.7.8", "serial": 318, "lineage": "e7e7ff49-6def-1817-9b3a-ea06b849f03c", "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-e8f61c7d5548900cb", "ami": "ami-dcd8ff42", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2f9169dd"], "subnet_id": "subnet-8b0ff201", "key_name": "prod-deploy-key" } } ] } ] }