{ "version": 4, "terraform_version": "1.7.2", "serial": 179, "lineage": "dc136a22-41c1-68c3-621e-fdc8705e384b", "outputs": { "db_endpoint": { "value": "db-4.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-b60c5ff1d2f55dcfb", "ami": "ami-e9949f9b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a40a3aa8"], "subnet_id": "subnet-4e831c4c", "key_name": "prod-deploy-key" } } ] } ] }