{ "version": 4, "terraform_version": "1.8.2", "serial": 392, "lineage": "8054d2a8-5f21-b87b-d693-1285a7001ad3", "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-017d8ab095493f234", "ami": "ami-acb8a885", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-91954f19"], "subnet_id": "subnet-5c5b3be6", "key_name": "prod-deploy-key" } } ] } ] }