{ "version": 4, "terraform_version": "1.5.1", "serial": 507, "lineage": "aa4207bd-944d-323d-4405-9d307cd90b03", "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-c347ea42ea41b5264", "ami": "ami-cae551e6", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f4698d6d"], "subnet_id": "subnet-85b0c8f4", "key_name": "prod-deploy-key" } } ] } ] }