{ "version": 4, "terraform_version": "1.7.9", "serial": 410, "lineage": "8d1ec103-76fe-adf7-c466-d3f7b473960c", "outputs": { "db_endpoint": { "value": "db-3.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-c8f27da59f94384b4", "ami": "ami-ca763aa7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8ee013dc"], "subnet_id": "subnet-57c427de", "key_name": "prod-deploy-key" } } ] } ] }