{ "version": 4, "terraform_version": "1.6.7", "serial": 528, "lineage": "a8f92a0f-ff52-e444-bc65-98945e8f765b", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-8897a8e21a2bfa372", "ami": "ami-934975ef", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-921ab221"], "subnet_id": "subnet-bc385e29", "key_name": "prod-deploy-key" } } ] } ] }