{ "version": 4, "terraform_version": "1.7.7", "serial": 215, "lineage": "9b68f7c7-be6c-8812-9c19-ec276c9d8b76", "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-af787c4d47cc33d4d", "ami": "ami-e41ebdb3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-28a7d276"], "subnet_id": "subnet-7180df11", "key_name": "prod-deploy-key" } } ] } ] }