{ "version": 4, "terraform_version": "1.7.5", "serial": 171, "lineage": "6f6ddd18-1515-3134-b30b-2805903de503", "outputs": { "db_endpoint": { "value": "db-2.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-1292fedb5948ca7d5", "ami": "ami-0b594e44", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7fcd8fd0"], "subnet_id": "subnet-9b458a64", "key_name": "prod-deploy-key" } } ] } ] }