{ "version": 4, "terraform_version": "1.7.9", "serial": 597, "lineage": "7d56686b-24f4-4ad1-8bf9-55ad5fcd923f", "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-f405e49c5885d452c", "ami": "ami-8e49eb39", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5c246cd6"], "subnet_id": "subnet-fed12a77", "key_name": "prod-deploy-key" } } ] } ] }