{ "version": 4, "terraform_version": "1.8.3", "serial": 502, "lineage": "33162cb9-cbd1-8dad-9e5f-e3438d16b41d", "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-4f0d22da5c5da68f1", "ami": "ami-b0c5b9f7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fd35c741"], "subnet_id": "subnet-416ad32e", "key_name": "prod-deploy-key" } } ] } ] }