{ "version": 4, "terraform_version": "1.7.9", "serial": 418, "lineage": "bd219827-d0ab-501c-b140-4eba296d4af0", "outputs": { "db_endpoint": { "value": "db-0.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-4c5e9afd588b31924", "ami": "ami-c992c2e9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3138907e"], "subnet_id": "subnet-1018f1b7", "key_name": "prod-deploy-key" } } ] } ] }