{ "version": 4, "terraform_version": "1.5.5", "serial": 326, "lineage": "0c96549b-a3ce-0576-6961-703beb08ed52", "outputs": { "db_endpoint": { "value": "db-4.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-756ec64d81deea8f9", "ami": "ami-f659267e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-83d071f1"], "subnet_id": "subnet-d4ac7c16", "key_name": "prod-deploy-key" } } ] } ] }