{ "version": 4, "terraform_version": "1.5.3", "serial": 167, "lineage": "0a0eb797-4d1f-b737-456c-d4eb87cb23f1", "outputs": { "db_endpoint": { "value": "db-3.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-4a41a034df5ea59ef", "ami": "ami-246fe68f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9797b89d"], "subnet_id": "subnet-72752240", "key_name": "prod-deploy-key" } } ] } ] }