{ "version": 4, "terraform_version": "1.7.6", "serial": 571, "lineage": "023cf40d-2d91-cdcc-a0c5-e722eee74932", "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-be352c5986543343e", "ami": "ami-92bc85e9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2c6f16cb"], "subnet_id": "subnet-50dfe0e9", "key_name": "prod-deploy-key" } } ] } ] }