{ "version": 4, "terraform_version": "1.5.9", "serial": 168, "lineage": "927abf7c-879e-73c5-3a6a-107c585d28b0", "outputs": { "db_endpoint": { "value": "db-2.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-8c9bf2e48be1b9822", "ami": "ami-01c79679", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-74c614c5"], "subnet_id": "subnet-4577427b", "key_name": "prod-deploy-key" } } ] } ] }