{ "version": 4, "terraform_version": "1.7.3", "serial": 439, "lineage": "be423893-b66f-33b1-0575-7aeb712d08e3", "outputs": { "db_endpoint": { "value": "db-1.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-4b46f272885f655fc", "ami": "ami-f7255ce1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-310b3a74"], "subnet_id": "subnet-495ad1a1", "key_name": "prod-deploy-key" } } ] } ] }