{ "version": 4, "terraform_version": "1.8.4", "serial": 110, "lineage": "8ce1617a-c45f-ba7b-8aec-7c42fd81cc62", "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-c4d956cbc78705664", "ami": "ami-30f5b0ee", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3b89e848"], "subnet_id": "subnet-d16df880", "key_name": "prod-deploy-key" } } ] } ] }