{ "version": 4, "terraform_version": "1.7.4", "serial": 473, "lineage": "040cb5a3-8dcd-4487-bd81-89a2a1facf31", "outputs": { "db_endpoint": { "value": "db-0.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-2096cc0bd0ff0cc91", "ami": "ami-2b52e4f5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a2f5f4b0"], "subnet_id": "subnet-8d64007f", "key_name": "prod-deploy-key" } } ] } ] }