{ "version": 4, "terraform_version": "1.6.1", "serial": 409, "lineage": "c9e1bbff-06ac-b3af-3827-7dd78c48b90f", "outputs": { "db_endpoint": { "value": "db-2.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-689f7e32f4f392db4", "ami": "ami-81f207bc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7f5573f8"], "subnet_id": "subnet-8e2e843f", "key_name": "prod-deploy-key" } } ] } ] }