{ "version": 4, "terraform_version": "1.8.0", "serial": 438, "lineage": "fd936438-04e4-7cb6-e4a1-797cec442e10", "outputs": { "db_endpoint": { "value": "db-3.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-449f4223f8d3344fe", "ami": "ami-ecdbe7ff", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2c072d1b"], "subnet_id": "subnet-0f0ed583", "key_name": "prod-deploy-key" } } ] } ] }