{ "version": 4, "terraform_version": "1.5.7", "serial": 214, "lineage": "765a9e4e-5afb-7e7c-c5f1-487b5fd106a6", "outputs": { "db_endpoint": { "value": "db-3.eu-west-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-8bc22cc5d84aadb81", "ami": "ami-e44371bb", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-939b0120"], "subnet_id": "subnet-0ada72ff", "key_name": "prod-deploy-key" } } ] } ] }