{ "version": 4, "terraform_version": "1.8.7", "serial": 497, "lineage": "743f86e1-9595-1728-d1ae-5f8aa736a183", "outputs": { "db_endpoint": { "value": "db-4.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-b9dbf8abde452e5c0", "ami": "ami-234dc14d", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-66b5fbf6"], "subnet_id": "subnet-abaa1b77", "key_name": "prod-deploy-key" } } ] } ] }