{ "version": 4, "terraform_version": "1.5.7", "serial": 378, "lineage": "81cfe7bd-97d9-b978-5d78-42f1d040bf5d", "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-34795083e63313b19", "ami": "ami-a106919d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-39247553"], "subnet_id": "subnet-bf81e4ac", "key_name": "prod-deploy-key" } } ] } ] }