{ "version": 4, "terraform_version": "1.8.1", "serial": 176, "lineage": "4cdc3528-498c-80d7-ad6b-84fcbca8fcf6", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-e53988b534f1c862e", "ami": "ami-1a7caefd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-60e7c8db"], "subnet_id": "subnet-79b9ede7", "key_name": "prod-deploy-key" } } ] } ] }