{ "version": 4, "terraform_version": "1.6.0", "serial": 203, "lineage": "45e4a5a7-d850-f611-50f5-a0461b82b43c", "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-3b334089db5dc2be7", "ami": "ami-5c390974", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a8f6584e"], "subnet_id": "subnet-1ebb96ac", "key_name": "prod-deploy-key" } } ] } ] }