{ "version": 4, "terraform_version": "1.6.8", "serial": 582, "lineage": "f8410bcd-b3a7-73aa-6ea4-aedd131331e4", "outputs": { "db_endpoint": { "value": "db-3.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-2ea3e83c970f9b900", "ami": "ami-317a726c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4c85e9ad"], "subnet_id": "subnet-b49c86ea", "key_name": "prod-deploy-key" } } ] } ] }