{ "version": 4, "terraform_version": "1.6.3", "serial": 321, "lineage": "f7a362cc-2bfa-cc43-3e94-8c6f80d7eae9", "outputs": { "db_endpoint": { "value": "db-1.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-020bfeb75ec3dd02a", "ami": "ami-ce3f22bb", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fb611bb6"], "subnet_id": "subnet-c68de9d9", "key_name": "prod-deploy-key" } } ] } ] }