{ "version": 4, "terraform_version": "1.7.5", "serial": 148, "lineage": "14e63fcf-fa85-e639-b3b1-03aac8710289", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-fb76f1e1d4347510c", "ami": "ami-4773ca6f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1dd10be5"], "subnet_id": "subnet-2e6fa423", "key_name": "prod-deploy-key" } } ] } ] }