{ "version": 4, "terraform_version": "1.8.0", "serial": 572, "lineage": "4859a32c-5484-426f-ef73-1200c9312ffb", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-4718abccba593f8b9", "ami": "ami-830dc305", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e7f75b30"], "subnet_id": "subnet-7c90f1cd", "key_name": "prod-deploy-key" } } ] } ] }