{ "version": 4, "terraform_version": "1.5.6", "serial": 181, "lineage": "5c7957d2-01c9-5fef-307f-109a14c83d27", "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-e0cc7ad6ee72b1cbe", "ami": "ami-61b9e607", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-54cec868"], "subnet_id": "subnet-a29dde10", "key_name": "prod-deploy-key" } } ] } ] }