{ "version": 4, "terraform_version": "1.8.1", "serial": 475, "lineage": "49417a4e-2bee-f3fd-a6d4-1efe5f3e9df6", "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-0971ca312f976c042", "ami": "ami-f76eed6c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-99d9c1f9"], "subnet_id": "subnet-055966bd", "key_name": "prod-deploy-key" } } ] } ] }