{ "version": 4, "terraform_version": "1.5.7", "serial": 540, "lineage": "2a4d5737-c926-7fa6-4138-399eb1d1d9ff", "outputs": { "db_endpoint": { "value": "db-0.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-c5d6fbdb1cc4e15e7", "ami": "ami-59e8af49", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f67d7707"], "subnet_id": "subnet-653789b9", "key_name": "prod-deploy-key" } } ] } ] }