{ "version": 4, "terraform_version": "1.8.6", "serial": 471, "lineage": "6d8190d5-4fc7-993a-aea6-f54132b987ac", "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-5e6542810e6a94d91", "ami": "ami-9ec431a2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-25b28b5a"], "subnet_id": "subnet-efef69dd", "key_name": "prod-deploy-key" } } ] } ] }