{ "version": 4, "terraform_version": "1.7.1", "serial": 529, "lineage": "59f12843-041e-2c22-c7e5-2c99d9ba3898", "outputs": { "db_endpoint": { "value": "db-1.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-34f5c9ea8363f67f9", "ami": "ami-f19de180", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a412b1fa"], "subnet_id": "subnet-cdbb70ce", "key_name": "prod-deploy-key" } } ] } ] }