{ "version": 4, "terraform_version": "1.6.4", "serial": 330, "lineage": "cf27c73a-a236-242d-1916-e5f98ffbfc86", "outputs": { "db_endpoint": { "value": "db-1.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-d6fa565b6e49599b7", "ami": "ami-22fbb48d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-573d16e4"], "subnet_id": "subnet-ebb6c080", "key_name": "prod-deploy-key" } } ] } ] }