{ "version": 4, "terraform_version": "1.6.6", "serial": 598, "lineage": "9016847c-73cc-5210-6613-7c1c956aaf06", "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-97d5c9ab99ac606a0", "ami": "ami-0fce8479", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3f1d72f2"], "subnet_id": "subnet-1f3c20df", "key_name": "prod-deploy-key" } } ] } ] }