{ "version": 4, "terraform_version": "1.8.0", "serial": 405, "lineage": "30023670-7b7f-d4f5-1ebe-f2bbd106d876", "outputs": { "db_endpoint": { "value": "db-2.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-104c8e2821486a4f1", "ami": "ami-7d7a49e1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3c4b0e72"], "subnet_id": "subnet-770d9786", "key_name": "prod-deploy-key" } } ] } ] }